|
Motion History Images (MHI) is a method used to identify movements within a row of images in time.〔(【引用サイトリンク】 title=Research: Motion History Images )〕 ==General Algorithm== for each time ''t'' ''B''''t'' := absolute_difference(''I''''t'', ''I''''t''-1) > threshold end for for each time ''t'' for each pixel ''(x,y)'' if ''B''''t''''(x,y)'' = 1 ''MHI''''t''''(x,y)'' := ''τ'' else if ''MHI''''t''-1 ≠ 0 ''MHI''''t''''(x,y)'' := MHI''t''-1''(x,y)'' - 1 else ''MHI''''t''''(x,y)'' := 0 end if end for 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Motion History Images」の詳細全文を読む スポンサード リンク
|